
This resource address returns status information for the named database. The database can be identified either by id or name.
| URL Parameters | |
|---|---|
| format | The format of the returned data. Can be either
html, json, or xml (default). This value overrides
the Accept header if both are present. |
| Request Headers | |
|---|---|
| Accept | The expected MIME type of the response. If the
format parameter is present, it takes precedence over the Accept header. |
Upon success, MarkLogic Server returns status code 200 (OK), and the response body contains the requested data. If the URI is malformed or the database does not exist, a status code of 400 (Bad Request) is returned. A status code of 401 (Unauthorized) is returned if the user does not have the necessary privileges.
manage-user role, or the following
privilege: http://marklogic.com/xdmp/privileges/manage
The structure of the output returned from this REST API is as follows:
idnamemetaThis is a complex structure with the following children:
uricurrent-timeelapsed-timestart-minview-errorThis is a complex structure with the following children:
error-typeerror-nameerror-codeerror-messagerelationsThis is a complex structure with the following children:
relation-groupThis is a complex structure with the following children:
urireftyperefrolerefrelation-countrelationThis is a complex structure with the following children:
qualifiersThis is a complex structure with the following children:
qualifierThis is a complex structure with the following children:
urireftyperefidrefnamerefurireftyperefrolerefidrefnamerefstatus-propertiesThis is a complex structure with the following children:
enabledstateindexing-staterebalancing-stateforests-countdevice-spacedata-sizelarge-data-sizefast-data-sizein-memory-sizeaverage-forest-sizelargest-forest-sizeleast-remaining-space-forestmerge-counttotal-merge-sizereindex-countbackup-countlast-backuplast-incr-backuprestore-countmin-capacityrebalancingload-propertiesThis is a complex structure with the following children:
total-loadload-detailThis is a complex structure with the following children:
query-read-loadjournal-write-loadsave-write-loadmerge-read-loadmerge-write-loadbackup-read-loadbackup-write-loadrestore-read-loadrestore-write-loadlarge-read-loadlarge-write-loaddatabase-replication-send-loaddatabase-replication-receive-loadread-lock-wait-loadread-lock-hold-loadwrite-lock-wait-loadwrite-lock-hold-loaddeadlock-wait-loadrate-propertiesThis is a complex structure with the following children:
total-raterate-detailThis is a complex structure with the following children:
query-read-ratejournal-write-ratesave-write-ratemerge-read-ratemerge-write-ratebackup-read-ratebackup-write-raterestore-read-raterestore-write-ratelarge-read-ratelarge-write-ratedatabase-replication-send-ratedatabase-replication-receive-rateread-lock-ratewrite-lock-ratedeadlock-ratecache-propertiesThis is a complex structure with the following children:
list-cache-hit-ratelist-cache-miss-ratetriple-cache-hit-ratetriple-cache-miss-ratetriple-value-cache-hit-ratetriple-value-cache-miss-ratecompressed-tree-cache-hit-ratecompressed-tree-cache-miss-ratelist-cache-ratiotriple-cache-ratiotriple-value-cache-ratiocompressed-tree-cache-ratiolarge-binary-cache-hit-ratelarge-binary-cache-miss-ratelocal-disk-failoverThis is a complex structure with the following children:
local-disk-failover-activereplicasreplica-on-disk-sizereplica-in-memory-sizefailed-mastersfailed-replicasactive-replicasasync-replicatingwait-replicationdatabase-replication-statusThis is a complex structure with the following children:
database-replication-configureddatabase-replication-activelocal-forestsis-foreign-replicaforeign-replica-databasesforeign-replica-forestsforeign-forests-lag-exceededshared-disk-failoverThis is a complex structure with the following children:
shared-disk-failover-activeflexible-replication-enabledcpf-enabledrelated-viewsThis is a complex structure with the following children:
related-viewThis is a complex structure with the following children:
view-typeview-nameview-uri
http://localhost:8002/manage/v2/databases/Documents?view=status
==> Returns status information on the Documents database.
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.